Stream from November 30, 2023 at https://twitch.tv/sphaerophoria Today we started looking into how we would load a process in our operating system. We started with trying to figure out what linux does, then tried to do it ourselves in userspace. Bing bang boom, process loaded and run :). 00:00 Intro 02:27 What does linux do when I call exec? 15:00 Write a hello world that has no libraries linked 31:30 Try to load it manually